This key defines the default value of the "Title" field in your Pull Request.
This key has no default.
Appears in
└── pull_request_templates
└── [*]
└── titleType
string
Examples
In this example, the title field of our Pull Request template is populated by the string "Updates to..." by default.
Copied to clipboard
pull_request_templates:
- label: Content Update
title: Updates to...
body: In this update, I have made the following changes...{
"pull_request_templates": [
{
"label": "Content Update",
"title": "Updates to...",
"body": "In this update, I have made the following changes..."
}
]
}